home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
gnu
/
bison121.lha
/
bison-1.21
/
configure.in
< prev
next >
Wrap
Text File
|
1993-04-15
|
269b
|
14 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(reduce.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_CONST
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h stdlib.h memory.h)
AC_HAVE_FUNCS(strerror)
AC_ALLOCA
AC_OUTPUT(Makefile)